@charset "utf-8";
/* CSS Document */
*{
	margin: 0px auto;
	padding: 0px;
	font-size: 14px;
	color: #666666;
	font-family: Arial,Verdana,微软雅黑;
}
ul li{
	list-style: none;
}
a{
	text-decoration: none;
}
a:hover{
	color: #c81623;
}

body{
	/*width:100%;
    height:100%;*/
	background-color: #808080;
	/*background: linear-gradient(#808080,#ffffff);*/
}
/*----------------top------------------*/
.tohome{
	margin: 0 auto;
	width: 1300px;
	height: 53px;
	/*border: 1px solid #FF0004;*/
	margin-top: 125px;
}
.listcontent{
	margin: 0 auto;
	margin-top: 15px;
	width: 1300px;
	height: 600px;
	background-color: #ffffff;
	box-shadow: 0 0 5px;
	border-radius: 10px;
}
.listcenter{
	margin: 0 auto;
	width: 920px;
	height: 580px;
}
.btntxt{
	margin: 0 auto;
	height: 50px;
	line-height: 50px;
}
.btntxt p{
	text-align: center;
	letter-spacing:20px;
	color: #ffffff;
}
.listcenter img{
	margin-left: 15px;
	margin-top: 70px;
}

.listcenter a{
	display: block;
	position: absolute;
	width: 200px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	left: 0px;
	top: 400px;
}
.list1{
	float: left;
	margin-top: 48px;
	width: 200px;
	height: 504px;
	box-shadow: 0 0 5px;
	border-radius: 8px;
	background-color: #F69679;
	position: relative;
}

.list2{
	float: left;
	margin-top: 48px;
	margin-left: 40px;
	width: 200px;
	height: 504px;
	box-shadow: 0 0 5px;
	border-radius: 8px;
	background-color: #5DC4B4;
	position: relative;
}


.list3{
	float: left;
	margin-top: 48px;
	margin-left: 40px;
	width: 200px;
	height: 504px;
	box-shadow: 0 0 5px;
	border-radius: 8px;
	background-color: #FEC318;
	position: relative;
}



.list4{
	float: left;
	margin-top: 48px;
	margin-left: 40px;
	width: 200px;
	height: 504px;
	box-shadow: 0 0 5px;
	border-radius: 8px;
	background-color: #1AC2E6;
	position: relative;
}
